home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>View Catalog Records</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <p> This list defines what indexes the Catalog will contain. When
- objects get cataloged, the values of any attributes they may have
- which match an index in this list will get indexed. Indexes come in
- three flavors, Text Indexes, Field Indexes and Keyword Indexes.</p>
-
- <p><b>Text Indexes</b> break text up into individual words, and are
- often refered to as <b>full-text indexes</b>. Text indexes sort results by
- <b>score</b> meaning they return 'hits' in order from the most
- relevant to the lest relevant.</p>
-
- <p><b>Field Indexes</b> treat the value of an objects attribute atomically,
- and can be used, for example, to track only a certain subset of object
- values, such as 'meta_type'.</p>
-
- <p><b>Keyword Indexes</b> index a sequence of objects that act as
- 'keywords' for an object. A Keyword Index will return any objects
- that have one or more keywords specified in a search query.</p>
-
-
- <form action="<dtml-var URL1>">
-
- <ul>
- <dtml-in index_objects sort=id>
- <li>
- <input type="checkbox" name="names:list" value="<dtml-var id html_quote>">
- <dtml-var id> (<i><dtml-var meta_type></i>)</li>
- </dtml-in>
- </ul>
- <br>
- <input name="manage_delIndexes:method" type=submit value=" Delete "><br>
- Add Index: <input name="name"> <br>
-
- of Index Type: <select name="type">
- <option value="TextIndex">TextIndex</option>
- <option value="FieldIndex">FieldIndex</option>
- <option value="KeywordIndex">KeywordIndex</option>
- </select>
- <input name="manage_addIndex:method" type=submit value=" Add ">
- </form>
-
- </BODY></HTML>
-
-
-
-
-
-
-